contains

pure function contains(key: K): boolean

Check if this map contains the given key.

Return

true if this map contains the given key, false otherwise

Since

0.6.0

Parameters

key

the key to look up